home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / an20.arc / GO.BAT < prev    next >
DOS Batch File  |  1990-10-16  |  693b  |  22 lines

  1. echo off
  2. echo --------------------------------------------------------------
  3. echo Initial instructions for getting started with Ample Notice are 
  4. echo contained in the short file READ.ME.  You can view this file on 
  5. echo the screen or print it at this time.
  6. echo --------------------------------------------------------------
  7. getans Would you like to preview READ.ME on the screen?
  8. if not errorlevel 1 goto print
  9. page read.me
  10. :print
  11. getans Would you like to print READ.ME now?
  12. if not errorlevel 1 goto inst
  13. echo Get your printer ready and
  14. pause
  15. printman read.me
  16. :inst
  17. getans Would you like to install or update Ample Notice now?
  18. if not errorlevel 1 goto fin
  19. ansetup
  20. :fin
  21.  
  22.